Skip to content

chore(deps): bump astral-sh/setup-uv from 7.6.0 to 8.2.0#497

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-8.2.0
Closed

chore(deps): bump astral-sh/setup-uv from 7.6.0 to 8.2.0#497
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-8.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps astral-sh/setup-uv from 7.6.0 to 8.2.0.

Release notes

Sourced from astral-sh/setup-uv's releases.

v8.2.0 🌈 New inputs quiet and download-from-astral-mirror

Changes

This release brings two new inputs and a few bug fixes.

New inputs

Lets talk about the new inputs first.

quiet

Pretty simple. It turns of all info loggings. Useful if you use this in a composite action and are not interested in all the details. In the upcoming releases we will add log groups to fully implement support for "less noise"

[!NOTE]
Warnings and errors are always logged.

download-from-astral-mirror

In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting download-from-astral-mirror: false allows you to do that.

Bugfixes

When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token. All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.

We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

... (truncated)

Commits
  • fac544c chore(deps): roll up dependabot updates (#903)
  • 7390f77 docs: update dependabot rollup biome guidance (#902)
  • 363c64a chore(deps): roll up dependabot updates (#901)
  • c4fcbaf chore(deps): bump release-drafter/release-drafter from 7.3.0 to 7.3.1 (#900)
  • 8e642c5 chore: update known checksums for 0.11.18 (#899)
  • a92cb43 Add quiet input to suppress info-level log output (#898)
  • e07f2ac chore(deps): bump eifinger/actionlint-action from 1.10.1 to 1.10.2 (#842)
  • bc4034e chore(deps): bump github/codeql-action from 4.35.4 to 4.36.0 (#893)
  • df42d4f chore(deps): bump zizmorcore/zizmor-action from 0.5.5 to 0.5.6 (#891)
  • b9c8c4c feat: add download-from-astral-mirror input (#897)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 8, 2026
@dependabot dependabot Bot requested a review from SoundMindsAI as a code owner June 8, 2026 06:14
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.6.0 to 8.2.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@37802ad...fac544c)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-8.2.0 branch from f2d17c0 to d2b8bbe Compare June 16, 2026 21:14
SoundMindsAI added a commit that referenced this pull request Jun 19, 2026
)

Supersedes 9 individual dependabot PRs (#495–502, #516), consolidated to
avoid a CI roundtrip per PR. All bumps applied on one branch and verified
together (UI typecheck + 1297 vitest + production build + lint; uv relock).

Python (uv.lock):
- pyjwt 2.12.1 -> 2.13.0 (#516)

npm (ui/package.json + pnpm-lock.yaml) — constraints set to dependabot's
targets; pnpm resolved latest-compatible patches (newer than the targets):
- next ^16.2.6 -> ^16.2.7 (resolved 16.2.9) (#501)
- @tanstack/react-query ~5.100.14 -> ~5.101.0 (+ -devtools in lockstep) (#498)
- @radix-ui/react-select ~2.2.6 -> ~2.3.0 (resolved 2.3.1) (#500)
- @radix-ui/react-tooltip ~1.2.8 -> ~1.2.9 (resolved 1.2.10) (#502)
- @radix-ui/react-popover ~1.1.15 -> ~1.1.16 (resolved 1.1.17) (#499)

GitHub Actions (SHA-pinned):
- astral-sh/setup-uv v7 -> v8.2.0 (#497)
- ossf/scorecard-action v2.4.0 -> v2.4.3 (#496)
- github/codeql-action v4 SHA bump (#495)

Signed-off-by: SoundMindsAI <eric.starr@soundminds.ai>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@SoundMindsAI

Copy link
Copy Markdown
Owner

Superseded by #579, which consolidated all nine open chore(deps): dependabot bumps into a single PR (merged to main) to run CI once instead of nine times. This bump is included there. Closing.

@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/astral-sh/setup-uv-8.2.0 branch June 19, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant